home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / utility / pock51.zip / NETWORK.DOC < prev    next >
Text File  |  1997-07-26  |  4KB  |  97 lines

  1.  
  2. >>>>>> NETWORKS and POCKETD PLUS
  3.  
  4.  If  you own a network, or are responsible for looking after one,  then
  5.  you  should take a serious look at PocketD. Managing a networked  hard
  6.  disk  without PocketD is a bit like needlework in boxing gloves.  Once
  7.  you  have become used to the power that PocketD provides, you may feel
  8.  helpless without it!
  9.  
  10. >>>> How  often  has a network  adminstrator sat there and  watched  in
  11.      disbelief as the Novell VOLINFO "Free Space" list seeped away....
  12.  
  13.      PocketD Plus can tell you WHO is swallowing up the space, and how!
  14.      If you move to the directory where the user accounts are and type:
  15.  
  16.      D /rr:-3g%ss   This  will analyse the user directories looking for
  17.             files  created during the  last 3 days, plotting  a
  18.             (g)raphic  barchart, showing the percentage of  new
  19.             files  that  each  user has created,  plotting  the
  20.             results in order of offending user (sort by size).
  21.  
  22.      (If  the user accounts are scattered across several drives, then a
  23.      command of the form D H:\USER1 S: Q:\USER2 /rr:-3g%ss is possible)
  24.  
  25.      >>> WHAT ARE THESE FILES?
  26.  
  27.      D /Se:-3g%ss   This  will give a  similar display, but grouped  by
  28.             extension  instead of user. The administrator might
  29.             then see that 25% of new files are *.TMP files.
  30.  
  31.      D /SQz:-3      This  will allow the administrator to browse a list
  32.             of  these files, with options to individually  view
  33.             or delete them.
  34.  
  35.  
  36. >>>> You are losing space on your server. Some files MUST go!
  37.  
  38.      D H: I: *.TMP *.$$$ /Wzz
  39.             Will  search  the (W)hole  of drives H: and I:  and
  40.             delete all files matching *.TMP or *.$$$.
  41.  
  42.      D H: I: *.EXE /W:-2 [if exist $p$n.PAS del $w]RQ
  43.             Will  delete files  with the name XXXX.EXE  created
  44.             during  the  last 2  days, if a corresponding  file
  45.             XXXX.PAS exists in the same directory. The optional
  46.             "Q" parameter lets you query each deletion.
  47.  
  48.      D H: I: *.BAK /W [D $p$n.* /- .BAK .EXE .COM .OBJ [del $w]R~]R
  49.             This  more  general  example will delete any  *.BAK
  50.             file where a corresponding file with the same name,
  51.             excepting   extensions  .BAK  .EXE  .COM  or  .OBJ,
  52.             already exists.
  53.  
  54.  
  55. >>>> You want to BACKUP files that may be in use by another user?
  56.  
  57.      D /WTccpio C:  Will  search the  (W)hole drive for files  modified
  58.             (T)oday  and (c)opy them with full (p)aths to drive
  59.             C:,  but  (i)gnoring  files that cannot be  opened,
  60.             looping  round returning to copy these later  (when
  61.             they become available for copying).
  62.  
  63. >>>> You want to provide a useful tool for your users?
  64.  
  65.      D /STcc A:     Will allow the users to (S)earch for all files they
  66.             modified (T)oday and (c)opy them to drive A:
  67.  
  68.      D              !!!  This will give the users an attractive colored
  69.             directory  listing, allowing them to classify files
  70.             by color.
  71.  
  72.      MENUD          This  gives the users a plush menu-driven interface
  73.             for managing their files.
  74.  
  75.  
  76. >>>> You want extra helpful tool to let you monitor the network?
  77.  
  78.      It  would  be nice if your  LOGIN script could warn you if a  disk
  79.      partition is nearly full. e.g.
  80.  
  81.      D S: U: Z: :: /{4096k [Warning! $f has only $s bytes free!!//]
  82.  
  83.      This  will report if any of drives  S: U: or Z: have 4 meg or less
  84.      free disk space.
  85.  
  86.  
  87. >>>> You want to ensure that large files on the network are INDEXED
  88.  
  89.      D /W!EF}200k [FLAG $w i]R
  90.  
  91.      This will find non-executable files bigger than 200k, and set them
  92.      to  "INDEXED",  thus  somewhat  speeding up access to  such  files
  93.      (NOVELL 2.X).
  94.  
  95. See also README.D for useful ARCHIVE examples.
  96.  
  97.